home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-22 | 1.3 KB | 48 lines | [TEXT/MPS ] |
- /*
- File: OSLTmpDf.h (Orignal name: OSLTempDefs.h)
-
- Contains:
-
- Owned by: Nick Pilch
-
- Copyright: © 1993-94 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <2> 8/19/94 NP 1181622: Ownership fix.
- <3> 2/9/94 NP Tiger Team cleanup.
- <2> 8/16/93 NP Adjusted for latest OSL proposal.
- <1> 7/21/93 NP first checked in
-
- To Do:
- */
-
- ////////////////////////////////////////////////////////////////////////////////
- // Copyright © 1992-94 Apple Computer, Inc. All rights reserved.
- // Author: Eric House
- ////////////////////////////////////////////////////////////////////////////////
-
- #ifndef __OSLTempdefs__
- #define __OSLTempdefs__
-
- #include <AEPackObject.h>
-
- // These guys need to be added to AEObjects.h
-
- #define typeCompEvtDescriptor ((DescType)'cmpe')
- #define keyCompEvtParams ((DescType)'prms')
- #define typeCompEvtParams ((DescType)'prms')
- #define keyEventClassParam ((DescType)'evcl')
- #define keyEventIDParam ((DescType)'evid')
-
- pascal OSErr
- CreateCompEventDesc( DescType compEventClass,
- DescType compEventID,
- AERecord *args,
- Boolean disposeInputs,
- AEDesc *theDescriptor ) ;
-
- ////////////////////////////////////////////////////////////////////////////////
- #endif
- ////////////////////////////////////////////////////////////////////////////////
-